projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eeda50
)
* src/nsterm.m: Fix arguments to window_from_coordinates function call
author
Juri Linkov
<juri@linkov.net>
Sun, 1 Sep 2019 20:11:36 +0000
(23:11 +0300)
committer
Juri Linkov
<juri@linkov.net>
Sun, 1 Sep 2019 20:11:36 +0000
(23:11 +0300)
Thanks to Jean-Christophe Helary <jean.christophe.helary@traduction-libre.org>
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/nsterm.m
b/src/nsterm.m
index 42ef4dd01067fd5076ca53ca1ed7d547e33cef71..c8094d0ee37eef6f0ee88d9dc3c28101d6765541 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-6859,7
+6859,7
@@
not_in_argv (NSString *arg)
NSTRACE_MSG ("mouse_autoselect_window");
static Lisp_Object last_mouse_window;
Lisp_Object window
- = window_from_coordinates (emacsframe, pt.x, pt.y, 0, 0);
+ = window_from_coordinates (emacsframe, pt.x, pt.y, 0, 0
, 0
);
if (WINDOWP (window)
&& !EQ (window, last_mouse_window)